home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1MMV659 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  1.2 KB  |  36 lines

  1. package com.sun.java.swing.plaf.basic;
  2.  
  3. import java.awt.event.ComponentEvent;
  4. import java.awt.event.ComponentListener;
  5. import java.io.Serializable;
  6.  
  7. class BasicSliderUI$SizingListener implements ComponentListener, Serializable {
  8.    // $FF: synthetic field
  9.    BasicSliderUI this$0;
  10.  
  11.    public void componentResized(ComponentEvent e) {
  12.       this.this$0.recalcLabelRect();
  13.       this.this$0.calculateThumbBounds();
  14.    }
  15.  
  16.    public void componentHidden(ComponentEvent e) {
  17.       this.this$0.recalcLabelRect();
  18.       this.this$0.calculateThumbBounds();
  19.    }
  20.  
  21.    public void componentMoved(ComponentEvent e) {
  22.       this.this$0.recalcLabelRect();
  23.       this.this$0.calculateThumbBounds();
  24.    }
  25.  
  26.    public void componentShown(ComponentEvent e) {
  27.       this.this$0.recalcLabelRect();
  28.       this.this$0.calculateThumbBounds();
  29.    }
  30.  
  31.    // $FF: synthetic method
  32.    BasicSliderUI$SizingListener(BasicSliderUI this$0) {
  33.       this.this$0 = this$0;
  34.    }
  35. }
  36.